decode html python

25

import html

print(html.unescape('£682m'))
print(html.unescape('© 2010'))

Comments

Submit
0 Comments